GrapeCity ActiveReports for .NET 16.0J
Invoke(Delegate,Object[]) メソッド

GrapeCity.ActiveReports.Design 名前空間 > Designer クラス > Invoke メソッド : Invoke(Delegate,Object[]) メソッド
A delegate to a method that takes parameters of the same number and type that are contained in the args parameter.
An array of objects to pass as arguments to the specified method. This parameter can be null 参照 (Visual Basicでは Nothing) if the method takes no arguments.
Executes the specified delegate, on the thread that owns the control's underlying window handle, with the specified list of arguments.
シンタックス
'宣言
 
Public Overloads Function Invoke( _
   ByVal method As Delegate, _
   ByVal ParamArray args() As Object _
) As Object
public object Invoke( 
   Delegate method,
   params object[] args
)

パラメータ

method
A delegate to a method that takes parameters of the same number and type that are contained in the args parameter.
args
An array of objects to pass as arguments to the specified method. This parameter can be null 参照 (Visual Basicでは Nothing) if the method takes no arguments.

戻り値の型

An System.Object that contains the return value from the delegate being invoked, or null 参照 (Visual Basicでは Nothing) if the delegate has no return value.
参照

Designer クラス
Designer メンバ
オーバーロード一覧